net.sockaddr.isWildcard (method)
5 uses
net (current package)
ipsock_posix.go#L120: if mode == "listen" && (laddr == nil || laddr.isWildcard()) {
ipsock_posix.go#L138: if (runtime.GOOS == "aix" || runtime.GOOS == "windows" || runtime.GOOS == "openbsd") && mode == "dial" && raddr.isWildcard() {
sockaddr_posix.go#L24: isWildcard() bool
unixsock_posix.go#L31: if laddr != nil && laddr.isWildcard() {
unixsock_posix.go#L34: if raddr != nil && raddr.isWildcard() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |